home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / EDU / R-Z / Real Answer.cpt / Real Answer.rsrc / TEXT_514_Help about Variables and Constants.txt < prev    next >
Text File  |  1992-06-18  |  2KB  |  20 lines

  1.                                  VARIABLE NAMES
  2.  
  3. Variable names begin with a letter.  Characters following the first character may be digits.  (‚ÄúR12‚Äù is a legitimate variable name, but ‚Äú4everYours‚Äù is not.)
  4.  
  5. Real Answer‚Ñ¢ distinguishes between upper and lower case letters, so ‚Äút‚Äù would be distinct from ‚ÄúT‚Äù.
  6.  
  7. Variable names may have up to 255 characters.  All of a name‚Äôs characters are examined by Real Answer to distinguish that name from names of other variables, although when the Real Answer program prints variable names in its output, it sometimes shortens them if they are long.
  8.  
  9. Variables can take on the same range of numeric values that numbers can in Real Answer.
  10.  
  11. Variables introduced in the Answers & Scratch window start out with an initial value of zero if you don‚Äôt set them to something else.  Variables introduced in the Equation Set window start out with an initial value of 0.000001 if you don‚Äôt set them to something else.
  12.  
  13. Underscores (‚Äú_‚Äù) are allowed to be part of variable names, but not operators (-,+, *,=, etc.).  Decimal points are a convenient way to string words together, e.g. ‚Äúpackage.var‚Äù;  it‚Äôs easier to type than an underscore.  However, decimal points must not begin a variable name.  Some special characters are allowed to be part or all of variable names:  apostrophes ('), quotation marks ("), √ü, √ò, ¬µ, ‚àÇ, œÄ, Œ©, √∏, ‚àÜ, and Ô£ø (The trademarked Apple symbol can be formed by typing ‚ÄúK‚Äù while holding down the shift and option keys).
  14.  
  15.  
  16.                                  BUILT-IN CONSTANTS
  17.  
  18. ‚ÄúœÄ‚Äù, ‚Äúpi‚Äù, ‚ÄúPI‚Äù, and ‚ÄúPi‚Äù all refer to  3.141592653589793.  The character ‚ÄúœÄ‚Äù is obtained by holding down the option key while typing the ‚Äúp‚Äù key.
  19.  
  20. ‚Äúe' refers to 2.718281828459045, but may be overridden by another use if you choose.  (Don't confuse the use of a variable named ‚Äúe‚Äù, or the built-in constant ‚Äúe‚Äù, with the use of ‚Äúe‚Äù inside a numeral formated in scientific notation,  e.g. ‚Äú1e3‚Äù which means 1000.)